home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
- ERROR(FILES) ERROR(FILES)
-
-
-
- NAME
- .../files/error8_? - files with INGRES errors
-
- DESCRIPTION
- These files contain the INGRES error messages. There is one
- file for each thousands digit; e.g., error number 2313 will
- be in file error8_2.
-
- Each file consists of a sequence of error messages with as-
- sociated error numbers. When an error enters the front end,
- the appropriate file is scanned for the correct error
- number. If found, the message is printed; otherwise, the
- first message parameter is printed.
-
- Each message has the format
- errnum <TAB> message tilde.
- Messages are terminated by the tilde character (`~'). The
- message is scanned before printing. If the sequence %_n is
- encountered (where _n is a digit from 0 to 9), parameter _n is
- substituted, where %0 is the first parameter.
-
- The parameters can be in any order. For example, an error
- message can reference %2 before it references %0.
-
- EXAMPLE
- 1003 line %0, bad database name %1~
- 1005 In the purge of %1, a bad %0 caused execution to halt~
- 1006 No process, try again.~
-
-
-